-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix focus is lost if message deletion confirmation after editing is made from keyboard #21299
Conversation
@thesahindia Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
This PR is fixing bug in Web/Desktop so I just mainly recored for web/desktop. I also made record for mweb/ios native to check that there is no regression in those platforms. |
@hoangzinh, according to the guidelines it is necessary to attach the screenshots/videos for all platforms. |
@thesahindia I add recording for mweb/android app. In Android app, it seems I can't even delete message. I tried to figure out but not success. |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-06-23.at.2.56.49.PM.movMobile Web - ChromeScreen.Recording.2023-06-23.at.4.29.12.PM.movMobile Web - SafariScreen.Recording.2023-06-23.at.4.25.49.PM.movDesktopScreen.Recording.2023-06-24.at.3.17.31.AM.moviOSScreen.Recording.2023-06-23.at.3.45.26.PM.movAndroidScreen.Recording.2023-06-23.at.4.33.19.PM.mov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 Deployed to staging by https://github.com/francoisl in version: 1.3.32-2 🚀
|
🚀 Deployed to production by https://github.com/thienlnam in version: 1.3.32-5 🚀
|
Details
Fixed Issues
$ #20954
PROPOSAL: #20954 (comment)
Tests
On Web/Desktop App
Offline tests
The change in this PR is not related to network status
QA Steps
Same as Tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Screen.Recording.2023-06-22.at.17.21.33.-.web.mov
Mobile Web - Chrome
N/A
Screen.Recording.2023-06-23.at.19.29.50.-.android.chrome.mov
Mobile Web - Safari
N/A
Screen.Recording.2023-06-22.at.17.39.23.-.ios.safari.mov
Desktop
Screen.Recording.2023-06-22.at.17.26.50.-.desktop.mov
iOS
N/A
Screen.Recording.2023-06-22.at.17.38.26.-.ios.mov
Android
Screen.Recording.2023-06-23.at.19.27.08.-.android.mov